runtime.gcControllerState.maxStackScan (field)

4 uses

	runtime (current package)
		mgcpacer.go#L225: 	maxStackScan atomic.Uint64
		mgcpacer.go#L515: 	maxStackScan := c.maxStackScan.Load()
		mgcpacer.go#L919: 		c.maxStackScan.Add(amount)
		mgcpacer.go#L924: 		c.maxStackScan.Add(pp.maxStackScanDelta)